home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / MATH / MATH_LIB / README.TXT < prev   
Text File  |  1995-05-30  |  775b  |  17 lines

  1. The three files MATHLIB.PAS, HYPERBOL.PAS and COMPLEX.PAS give a complete
  2. mathematical library for real type and complex type (derived from real).
  3. They were written last year with comments in french, but mathematics is
  4. an universal language! I guess nobody will face problems using those
  5. files. None complete test has been undertaken to check rightness and
  6. accuracy. Only few values have been checked and sound good. So, be carefull!
  7. The program does not have error handling for overflows, out of limits,
  8. divide by zero and other floating errors. It justs halt running.
  9. I hope you will find these libraries usefull. They avoid to write again
  10. and again mathematical functions missing in the Turbo Pascal Compiler.
  11.  
  12. Jean-didier GAYRARD
  13. May 1995
  14.  
  15. CIS 76603,767
  16.  
  17.